home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDUCATE
/
MICEMEN2.ARJ
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-31
|
1KB
|
56 lines
echo off
cls
if not %1. == . goto NewDir
type install.hlp
pause
if %1. == . goto default
:NewDir
echo About to create Directory %1
echo.
echo Press Ctrl-Break to stop or
pause
md %1
echo Copying Programme files
ren config.omm config.tmp
ren config.bak config.omm
copy *.* %1
ren config.omm config.bak
ren config.tmp config.omm
:DiskB
echo.
echo.
echo Please remove Programme disk and insert Data disk
pause
if not exist george.chr goto DiskB
echo Copying Data files
copy *.* %1
goto End
:default
md c:\omm
echo Copying Programme files....
copy *.* c:\omm
:DiskBB
echo.
echo.
echo Please remove Programme Diskette and Insert Data diskette
pause
if not exist george.chr goto DiskBB
echo Copying Data Files
copy *.* c:\omm
ren c:\omm\config.omm config.tmp
ren c:\omm\config.bak config.omm
ren c:\omm\config.tmp config.bak
cls
type C:\omm\Winstall.hlp
:End
echo Installation is finished.
echo To run the programme, change to the OMM directory and
echo type OMM or AUTOEXEC